github.com/refraction-networking/utls.clientHelloMsg.marshalMsgReorderOuterExts (method)

3 uses

	github.com/refraction-networking/utls (current package)
		ech.go#L219: 	h, err := inner.marshalMsgReorderOuterExts(true, outerExts)
		handshake_messages.go#L110: 	return m.marshalMsgReorderOuterExts(echInner, nil)
		handshake_messages.go#L113: func (m *clientHelloMsg) marshalMsgReorderOuterExts(echInner bool, outerExts []uint16) ([]byte, error) {